projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ad4ba
)
; * lisp/simple.el (line-move-visual): Fix typo.
author
Charles A. Roelli
<charles@aurox.ch>
Sun, 12 Aug 2018 11:05:27 +0000
(13:05 +0200)
committer
Charles A. Roelli
<charles@aurox.ch>
Sun, 12 Aug 2018 11:05:27 +0000
(13:05 +0200)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 90fea11dc1bd4eacc21e140ff8d49645c5210479..a51a5205cee386e136a982c70dbec1d672225dcf 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-5994,7
+5994,7
@@
into account variable-width characters and line continuation.
If nil, `line-move' moves point by logical lines.
A non-nil setting of `goal-column' overrides the value of this variable
and forces movement by logical lines.
-A window that is
horizontally scrolled also forces movement by logical
+A window that is horizontally scrolled also forces movement by logical
lines."
:type 'boolean
:group 'editing-basics